Skip to content

modify __set_item__ to treat non-int value as tuple #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 28, 2017
Merged

modify __set_item__ to treat non-int value as tuple #14

merged 3 commits into from
Sep 28, 2017

Conversation

jerryneedell
Copy link
Contributor

@jerryneedell jerryneedell commented Sep 25, 2017

This change makes the noepixel driver consistent with the dotstart driver in handling input values. as written this drive will ignore input values of type other than int or tuple. The change allows values of type list to be accepted and fixes the known problem with some of the example scripts.

@jerryneedell jerryneedell changed the title modify __set)item to treat non-int value as tuple modify __set_item__ to treat non-int value as tuple Sep 25, 2017
@tannewt tannewt self-requested a review September 25, 2017 20:27
@tannewt
Copy link
Member

tannewt commented Sep 25, 2017

Hey @jerryneedell! Thanks for this fix!

It looks like you are adding in the mpy file accidentally. Please remove that and push to the same branch of yours. The pull request will be automatically updated when you do that. No need to open a second.

@jerryneedell
Copy link
Contributor Author

@tannewt sorry about the .mpy - I have removed it and pushed - do I need to do anything else?

@tannewt tannewt merged commit cafc445 into adafruit:master Sep 28, 2017
@tannewt
Copy link
Member

tannewt commented Sep 28, 2017

Nope! Thats it! Thanks @jerryneedell!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants